From 785c9f5e2c6a84425745c254c73a2c596a94b312 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 Aug 2014 22:04:14 +0200 Subject: [PATCH] Remove a reference to a non-existing function --- gtk/gtkwindow.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 5dff6c74db..cf6b81a238 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -96,8 +96,7 @@ * your window (synonymous with gtk_window_add_accel_group(). * * It also supports the element, whose name property names - * the widget to receive the focus when the window is mapped. See - * gtk_window_set_initial_focus(). + * the widget to receive the focus when the window is mapped. * * An example of a UI definition fragment with accel groups: * |[ -- 2.30.2